projects
/
firefox-esr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d0814
)
Relax nodejs minimum version
author
Mike Hommey
<mh@glandium.org>
Tue, 20 Sep 2022 23:48:27 +0000
(08:48 +0900)
committer
Mike Hommey
<glandium@debian.org>
Tue, 13 Jan 2026 23:04:40 +0000
(08:04 +0900)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Relax-nodejs-minimum-version.patch
python/mozbuild/mozbuild/nodeutil.py
patch
|
blob
|
history
diff --git
a/python/mozbuild/mozbuild/nodeutil.py
b/python/mozbuild/mozbuild/nodeutil.py
index 37219292aa25fa0d3e51d6cf60ae85a023b72b6e..3b5d37bd97fa7a9c378962f7ba08bd08fd0ea71c 100644
(file)
--- a/
python/mozbuild/mozbuild/nodeutil.py
+++ b/
python/mozbuild/mozbuild/nodeutil.py
@@
-10,7
+10,7
@@
from mozboot.util import get_tools_dir
from mozfile import which
from packaging.version import Version
-NODE_MIN_VERSION = Version("12.22
.12
")
+NODE_MIN_VERSION = Version("12.22")
NPM_MIN_VERSION = Version("6.14.16")